Specify Primary Keys and Sequences

Description

Specify the primary key and other table properties for each table that the UX Component is data bound.

Table Properties

Read-only

Specify if the table is read-only

Primary key field(s)

Specify the primary key for the table. In the case of .dbf tables, the primary key is either record number, or an expression that returns a unique value. For .dbf tables, if primary key is left blank, record number (recno()) is used as the primary key. For SQL tables that have more than one column in the primary key, the ORDER in which the columns are selected IS IMPORTANT.

Primary key is auto-increment

Specify if the primary key is an auto-increment field

Sequence name

Certain databases, such as Oracle, use sequences for auto-increment.